home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Updaters / WhiteCap 3.2.2.sea / WhiteCap 3.2.2 / (into Visual Plug-ins) / WhiteCap Configs / Rotator < prev    next >
Text File  |  1999-10-14  |  881b  |  55 lines

  1. // By Dan Osborne
  2.  
  3. Resn=15,
  4.  
  5. Durn="3.0",
  6.  
  7. CamX="125",
  8. CamY="30 * cos( 4 * sin( .02 * t ) + 2 * sin( .13 * t ) + 5 * cos( .09 * t ) )",
  9. CamZ="180 + 40 * cos( 4 * cos( .03 * t ) + 5 * sin( .13 * t ) + 4 * cos( .07 * t ) )",
  10.  
  11. CmLX="35",
  12. CmLY="0",
  13. CmLZ="35",
  14.  
  15. CUpX="0",
  16. CUpY="0",
  17. CUpZ="1",
  18.  
  19. R=".2",
  20. G=".4",
  21. B=".6",
  22.  
  23. LvlR="0",
  24. LvlG="1",
  25. LvlB="0",
  26.  
  27. /* Since this is one of those configs that squish bins together, save CPU time by reducing the number of "s steps/increments" per sound sample.  (There are 32 bins in 3.0)  */
  28. /* Stps=16,    i disabled this because morphs look ugly when the number of bins changes in uglys steps */
  29.  
  30. widt=450,heig=200,
  31.  
  32.  
  33. ConL=1,ConB=1,
  34.  
  35.  
  36. Fall="0.028",
  37.  
  38.  
  39. C0="50 * cos( PI * dt ) * cos( PI * dt )",
  40. C1="50 * sin( PI * dt ) * cos( PI * dt )",
  41.  
  42. D0="( 1 + .4 * mag( s ) )",
  43. D1="c0 * d0",
  44.  
  45. X="d1",
  46. Y="c1 * d0",
  47. Z="d1",
  48.  
  49. Scal="1100",
  50.  
  51. ScSz=1,
  52.  
  53. Pers="0",
  54.  
  55. Vers=30